Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add authenticate customer event handlers and UI #278

Merged
merged 3 commits into from
Jan 6, 2025

Conversation

xiajon
Copy link
Contributor

@xiajon xiajon commented Jan 3, 2025

Issue #, if available:

Description of changes:

Adding authenticated chat message and event handlers

@xiajon xiajon requested a review from a team as a code owner January 3, 2025 21:53
@xiajon xiajon requested review from psravankumarreddy and haomingli2020 and removed request for a team January 3, 2025 21:53
@mliao95 mliao95 self-requested a review January 6, 2025 17:13
@@ -5,7 +5,7 @@ import React, { Component } from "react";
import styled from "styled-components";
import { Button, Loader } from "connect-core";
import Chat from "./Chat";
import ChatSession from "./ChatSession";
import ChatSession, { setCurrentChatSessionInstance } from "./ChatSession";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to import this directly or can we just reference it via ChatSession.setCurrentChatSessionInstance?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need directly because it is outside of chat session with current implementation. moving it inside would make sense as well

@xiajon xiajon merged commit 042b6ed into master Jan 6, 2025
2 checks passed
@xiajon xiajon deleted the xiajon-authenticatedchat branch January 6, 2025 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants